object msgbox: Tmsgbox Left = 272 Top = 250 BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 193 ClientWidth = 241 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 225 Height = 145 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 16 Width = 209 Height = 129 AutoSize = False Caption = 'Label1' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Button1: TButton Left = 160 Top = 160 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 40 Top = 160 Width = 75 Height = 25 Caption = '&Yes' TabOrder = 1 Visible = False OnClick = Button2Click end object Button3: TButton Left = 128 Top = 160 Width = 75 Height = 25 Caption = '&No' TabOrder = 2 Visible = False OnClick = Button3Click end end